home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Updates / Librarys / zee_ini_library / include / proto / ini.h
C/C++ Source or Header  |  1999-08-05  |  313b  |  19 lines

  1. #ifndef  _PROTO_INI_H
  2. #define  _PROTO_INI_H
  3.  
  4. /*
  5. **  $VER: ini.h 31.0 (16.3.99)
  6. **
  7. **  '(C) Copyright 1998-99 Basty/Seasons.'
  8. **     All Rights Reserved
  9. */
  10.  
  11. #include <exec/types.h>
  12. #include <libraries/ini_lib.h>
  13.  
  14. extern struct iniLibBase *INIBase;
  15.  
  16. #include <clib/ini_protos.h>
  17. #include <pragma/ini_pragmas.h>
  18. #endif
  19.